home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Puzzle
/
allout.swf
/
scripts
/
DefineButton2_38
/
BUTTONCONDACTION on(press).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-05-29
|
258 b
|
17 lines
on(press){
if(!_parent.activebuttons)
{
return undefined;
}
if(_parent.sfx)
{
_parent.popSound.start();
}
Swap();
if(solution == 1)
{
base.gotoAndPlay("solutionoff");
}
_parent.Click(x,y);
}